home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / WebAdmin / includes / header.inc < prev    next >
Text File  |  2005-07-05  |  3KB  |  83 lines

  1. <%' (c) Copyright 1999-2004 PaperCut Software Pty. Ltd. %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <HTML>
  4.     <!-- #include file="head.inc" -->
  5.     <BODY leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
  6.  
  7.         <!-- ====((( HEADER START )))==== -->
  8.         <TABLE height="78" cellspacing="0" cellpadding="0" width="100%" border="0">
  9.             <TBODY>
  10.                 <TR>
  11.                     <TD valign="top" align="left" height="57"><A href="http://www.papercut.biz"><IMG
  12.                     height="57" alt="PaperCut" src="images/papercut.gif" width="196"
  13.                     border="0"></A></TD>
  14.  
  15.                     <TD width="2000" height="57">
  16.                         <TABLE height="57" cellspacing="0" cellpadding="0" width="100%"
  17.                         border="0">
  18.                             <TBODY>
  19.                                 <TR>
  20.                                     <TD colspan="2" align="right" background="images/topbar_background.gif"
  21.                                     bgcolor="#006634" colspan="2" height="34">
  22.                                     </TD>
  23.                                 </TR>
  24.  
  25.                                 <TR>
  26.                                     <TD width="70%" valign="middle" align="left" width="100%" bgcolor="#378742" height="23">
  27.                                     <!-- ====((( PRIMARY NAV MENU )))==== -->
  28.                                     <% If gstrUnregisteredMsg <> "" Then %>
  29.                                         <SPAN style="color: white; font-weight: bold;">
  30.                                         <% If gblnTrialExpired Then %>
  31.                                             <MARQUEE>
  32.                                             <%= gstrUnregisteredMsg %>
  33.                                             </MARQUEE>
  34.                                         <% Else %>
  35.                                             <%= gstrUnregisteredMsg %>
  36.                                         <% End If %>
  37.                                         </SPAN>
  38.                                     <% End If %>
  39.                                     </TD>
  40.                                     <TD valign="middle" align="right" width="30%" bgcolor="#378742" height="23" nowrap="nowrap">
  41.                                     <!-- ====((( PRIMARY NAV MENU )))==== -->
  42.                                         <SPAN style="color: white; font-weight: bold; padding-right: 20px;">
  43.                                             <%=GetText("LoggedInAs") %>: <%= gstrLoggedInUser %>
  44.                                         </SPAN>
  45.                                     </TD>
  46.                                 </TR>
  47.                             </TBODY>
  48.                         </TABLE>
  49.                     </TD>
  50.                 </TR>
  51.  
  52.                 <TR>
  53.                     <TD valign="middle" align="right" bgcolor="#46526c" colspan="2"
  54.                     height="21"> </TD>
  55.                 </TR>
  56.             </TBODY>
  57.         </TABLE>
  58.         <!-- ====((( HEADER END )))==== --><!-- ====((( CONTENT START )))==== -->
  59.  
  60.         <TABLE height="80%" cellspacing="0" cellpadding="5" width="100%" border="0">
  61.             <TBODY>
  62.                 <TR>
  63.                     <TD valign="top" align="left" width="130" bgcolor="#dbdb95" height="100%">
  64.                         <!-- ====((( LEFT NAV START )))==== -->
  65.                         <DIV id="leftNav">
  66.                             <IMG height="4" alt="tr.gif" src="images/tr.gif" width="1" border="0"><BR>
  67.                             <IMG height="8" alt="left_nav_dots" src="images/left_nav_dots.gif" width="153"><BR>
  68.                             <IMG height="4" alt="tr.gif" src="images/tr.gif" width="1" border="0"><BR>
  69.                         <!-- #include file="sidenav.inc" -->
  70.  
  71.                         </DIV>
  72.                         <IMG height="300" alt="tr.gif" src="images/tr.gif" width="1" border="0">
  73.                         <!-- ====((( LEFT NAV END )))==== -->
  74.                     </TD>
  75.  
  76.                     <TD valign="top" align="left" width="2000" height="100%">
  77.                      <!-- ====(((## BEGIN MAIN CONTENT ##)))==== -->
  78.                          <%
  79.                             if (gstrErrorMessage <> "") then
  80.                                 Response.Write "<DIV class=""webAdminMessage"">" & gstrErrorMessage & "</DIV>"
  81.                             end if
  82.                         %>
  83.